Because it is *so* much more efficient to search through sorted data, sorting algorithms are vital (see [binary vs linear search](<../search/binary%20vs%20linear%20search.md>) to get an idea of how much difference this makes).

Though this might not sing to your very soul in terms of how interesting it is, it does contain some interesting computer science principles that you can absolutely apply to other problems you find more interesting.